home *** CD-ROM | disk | FTP | other *** search
- Path: soap.news.pipex.net!pipex!usenet
- From: scampi@sanity.com (Mathew Hendry)
- Newsgroups: comp.sys.amiga.datacomm
- Subject: Re: THOR EMAIL
- Date: Tue, 2 Jan 96 00:18:24
- Organization: Private node.
- Distribution: world
- Message-ID: <19960102.461D88.900@ao059.du.pipex.com>
- References: <594.6559T327T2048@mindlink.bc.ca> <963.6563T529T460@vip.at> <127.6569T38T2942@Index.com>
- NNTP-Posting-Host: ao059.du.pipex.com
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
-
- Edward Stewart (Edward.Stewart@Index.com) wrote:
- :
- : >Setenv SOCKETCONFIG "UID=200 GID=100 USER=<user> DOMAIN=<domain> UMASK=022"
- :
- : Are the quotation marks part of the set up????
-
- They aren't. The quotes _enclose_ the environment variable setting - they
- won't appear if you, for example, type "GetEnv SOCKETCONFIG".
-
- The quotes aren't really necessary, though -
-
- Setenv SOCKETCONFIG UID=200 GID=100 USER=<user> DOMAIN=<domain> UMASK=022
-
- will work as well.
-
- --Mat.
-